Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.platform.login.Cas2SSO.ExceptionHandlingContrib

Contributions

XML Source

<?xml version="1.0"?>
<component
    name="org.nuxeo.ecm.platform.login.Cas2SSO.ExceptionHandlingContrib">

  <extension
      target="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingService"
      point="exceptionhandler">
    <exceptionHandler
        class="org.nuxeo.ecm.platform.ui.web.auth.cas2.SecurityExceptionHandler"/>
  </extension>
  
    <!--extension
      target="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingService"
      point="errorhandlers">
    <errorHandlers bundle="messages" loggerName="nuxeo-debug-log"  defaultpage="/cas2_security_exception.jsp">
      <handlers>
        <handler error=".*SecurityException" message="Error.Insuffisant.Rights" page="/cas2_security_exception.jsp"/>
      </handlers>
    </errorHandlers>
  </extension-->

</component>